home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1992…tember: A ROM With a View
/
devSep92
/
devSep92.dmg
/
Tools & Apps
/
OS⁄Toolbox
/
QuickDraw
/
RlePict
/
macimg.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-03-08
|
316 b
|
14 lines
|
[
TEXT/KAHL
]
/*
* Defs for routines to manipulate images and Pict files in 32bit QuickDraw.
*
* John Peterson, Apple.
*/
extern GWorldPtr LoadPicture( char * );
extern void SavePicture( GWorldPtr, char * );
extern void SetupPict();
extern void WritePictFile( char * );
extern void CopyGWtoWindow( GWorldPtr, WindowPtr );